home *** CD-ROM | disk | FTP | other *** search
/ TeX 1995 July / TeX CD-ROM July 1995 (Disc 1)(Walnut Creek)(1995).ISO / tex-k / tex-k-archive.past / tex-k-archive.gz / tex-k-archive / 000524_deleeuw@math.ucla.edu_Sun May 1 07:55:15 1994.msg < prev    next >
Internet Message Format  |  1994-10-11  |  2KB

  1. Received: from julia.math.ucla.edu by cs.umb.edu with SMTP id AA27592
  2.   (5.65c/IDA-1.4.4 for <tex-k@cs.umb.edu>); Sun, 1 May 1994 17:53:35 -0400
  3. Received: from galton.math.ucla.edu by julia.math.ucla.edu 
  4.     (Sendmail 4.1/1.10) id AA00730; Sun, 1 May 94 14:55:16 PDT
  5. Return-Path: <deleeuw@math.ucla.edu>
  6. Received: by galton.math.ucla.edu 
  7.     (Sendmail 4.1/1.10) id AA24739; Sun, 1 May 94 14:55:16 PDT
  8. From: Jan Deleeuw <deleeuw@math.ucla.edu>
  9. Message-Id: <9405012155.AA24739@galton.math.ucla.edu>
  10. Subject: latexes and kpathsea
  11. To: tex-k@cs.umb.edu
  12. Date: Sun, 1 May 1994 14:55:15 -0700 (PDT)
  13. X-Mailer: ELM [version 2.4 PL23]
  14. Mime-Version: 1.0
  15. Content-Type: text/plain; charset=US-ASCII
  16. Content-Transfer-Encoding: 7bit
  17. Content-Length: 1292      
  18.  
  19. This is what I did to avoid conflicts between 2.09 and 2e on galton
  20. (since LaTeX 3.0 is still more than a year away, and nicer and nicer
  21. packages for graphics and ps come out for 2e, somebody will ask you
  22. to provide both at some point).
  23.  
  24. My virtex is in /m2/bin/TEXT, which also has the (soft) links latex
  25. and Latex2e.
  26.  
  27. My format files are in /m2/lib/texmf/ini, in which there are latex.fmt
  28. and Latex2e.fmt
  29.  
  30. My inputs are normally in $TEXINPUTS but everything related to latex2e is
  31. in /m2/lib/texmf/latex2e, which is not in $TEXINPUTS.
  32.  
  33. In /m2/bin/TEXT there is also a small script latex2e which says
  34.  
  35. #! /bin/csh
  36. setenv TEXINPUTS "/m2/lib/texmf/latex2e//:$TEXINPUTS"
  37. Latex2e $1
  38. source ~/.cshrc
  39.  
  40. Sourcing .cshrc is just a lazy way to restore $TEXINPUTS. Thus latex
  41. will start virtex with format latex.fmt, and latex2e will start the
  42. script, modify $TEXINPUTS, start virtex with format Latex2e.fmt, run
  43. it, and restore. I have done the same for amslatex2e and apalatex2e.
  44. The only reasons I have not gone completely to latex2e is that some
  45. packages that I use do not work (such as seminar.sty).
  46.  
  47. --- Jan
  48.  
  49. -- 
  50. Jan de Leeuw; UCLA Statistics Program
  51. US mail: 8118 Math Sciences, 405 Hilgard Ave, Los Angeles, CA 90024-1554
  52. phone (310)-825-9550; fax (310)-206-5658; email: deleeuw@stat.ucla.edu